home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / ffind108 / history.doc < prev   
Text File  |  1993-10-17  |  12KB  |  250 lines

  1. PROGRAM: File-Finder   ORIGINAL AUTHOR: M.J.Matts   START DATE: 15/02/93
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. VERSION: 0.00.01
  5. STARTED: 15/02/93
  6. PROGRAMMER: Mark Matts
  7. o Original code created.
  8. o Released developers copy via 90_NW_DEV
  9.  
  10. ---------------------
  11.  
  12. VERSION: 0.00.02
  13. STARTED: 17/02/93
  14. PROGRAMMER: Mark Matts
  15. o Changed title bar starting with '------<' into '======<' since my mail 
  16.   tosser was treating it as a tagline and moving it to the end of a reply.
  17. o Request messages from a sysop will be ignored on their own system.
  18. o No longer allows the use of '?' as a wildcard.. Only a minimum of 
  19.   xxx*.* is now allowed. All ?'s will be removed making ST?.* into ST.*
  20. o Released developers copy via 90_NW_DEV
  21.  
  22. ---------------------
  23.  
  24. VERSION: 0.00.03
  25. STARTED: 18/02/93
  26. PROGRAMMER: Mark Matts
  27. o Again I changed the title bar as above with the intention of making it 
  28.   stand out better by using '>~~~~~~', In most message editors this line 
  29.   would be treated as a quote and therefore be highlighted in whatever 
  30.   way the user has set in their editor! The same has also been done for 
  31.   the AREA title if one is to be used..
  32. o If no AREA title was given 2 blank lines were inserted instead. Fixed.
  33. o Users can now choose whether they would like a description included in 
  34.   any replies they may receive. This is done by adding 'NODESC' after the 
  35.   filename search string (seperated by at least one space) on the subject 
  36.   line, therefore a subj: line of 'FINDER*.* nodesc' will return the 
  37.   filename only if found.
  38. o Added new config command 'LOGFILE' to allow you to log File-Finders 
  39.   activity to disk. You must follow the command with the full path & 
  40.   filename to use. A binkley log format is used with FFDR being used to 
  41.   identify File-Finders entries if added to universal log files.
  42. o Added new config command 'MAXDESC' which is used to limit the number of 
  43.   descriptions allowed in any one reply.
  44.  
  45. ---------------------
  46.  
  47. VERSION: 0.01á
  48. STARTED: 20/02/93
  49. PROGRAMMER: Mark Matts
  50. o Fixed formatting of info header.
  51. o The Sysop can now send a File-Finder request on their own system and 
  52.   the reply will be given a 'SENT/LOCAL' status so that the mail 
  53.   exporter will not export the reply, this has been tested with Jetmail 
  54.   and seems to work. Let me know about other mailer systems please.
  55. o Released as beta version 0.01á (21/02/93)
  56.  
  57. ---------------------
  58.  
  59. VERSION: 0.02á
  60. STARTED: 21/02/93
  61. PROGRAMMER: Mark Matts
  62. o Brian Watters supplied the file structure for the TurboBoard 2 *.FIL 
  63.   file so it has now been implemented. As I do not run TurboBoard I 
  64.   would appreciate it if anyone could tell me how well it operates on 
  65.   their live TurboBoard system. (Thanks Brian)
  66. o Format of ACCESS command changed to accomodate the name for TurboBoard 
  67.   FIL file names for each area. Please refer to the FILEFIND.DOC for a 
  68.   complete description of the new format.
  69. o Added command 'LOCK' which allows you to lock a named file from being 
  70.   included in a File-Finder reply. You can define upto 100 locked files. 
  71.   FILES.BBS and FILES.BAK file will all be   automatically treated as 
  72.   locked files.
  73. o Checks are now made on all paths and filenames given in the config 
  74.   file and if errors are found they will be reported to the screen and 
  75.   logged to a file called ERROR.LOG which will be created in the current 
  76.   work directory.
  77.  
  78. ---------------------
  79.  
  80. VERSION: 1.00
  81. STARTED: 12/03/93
  82. PROGRAMMER: Mark Matts
  83. o Released via 90_NESTWARE file echo.
  84.  
  85. ---------------------
  86.  
  87. VERSION: 1.01
  88. STARTED: 29/03/93
  89. PROGRAMMER: Mark Matts
  90. o Added ability to scan more than one message base. This allows you to use 
  91.   file-Finder on different networks which offer a file finding facility, 
  92.   for example N_ALLFIX on NeST and UK_FILEFIND on Fidonet.. This is done 
  93.   by defining multiple MSGBASE commands in the config file. (Requested by 
  94.   Steve Caple so blame him :-] )
  95. o Now exits with errorlevel 1 if any replies have been written
  96.  
  97. ----------------------
  98.  
  99. VERSION: 1.02
  100. STARTED: 10/04/93
  101. PROGRAMMER: Mark Matts
  102. o Fixed small bug in search routine when finding a TAB character in a 
  103.   description.
  104. o Added ability to search for a description on a FOREM BBS system. Use the 
  105.   FOREM keyword in config file. See FILEFIND.DOC for further details. This 
  106.   does need testing so please let me know if it works (Especially John 
  107.   Curtis who requested this feature <grin>)
  108. o You can now abort File-Finder safely by holding down both shift keys. 
  109.   'Safely' means when the program is aborted the present operation is 
  110.   finsihed first, this should avoid the possibility of a half written 
  111.   reply which would corrupt your message base..
  112. o Much faster at initialising.
  113. o Changed screen output slightly (What the heck, I was bored!) Let me know 
  114.   if you prefered the old output.. The majority wins!!
  115. o A description match can now be searched for instead of a file match. 
  116.   This is done by using {desc:????????} on the subject line. There is a 
  117.   minimum of 5 characters allowed in a request to avoid any excessive abuse 
  118.   of the system. Spaces are compressed so a request for 'the__' will be 
  119.   compressed to 'the' and will therefore be ignored..
  120. o the NODESC (no description) request has been changed to {nodesc}.. This 
  121.   will hopefully allow me to add further subject line options which will 
  122.   all be enclosed in curly brackets as in the description search command.
  123. o Released as v1.02 (The Description search and Forem support need a good 
  124.   testing, especially the Forem support since I do not have a Forem setup 
  125.   to test it on, please let me know how it goes..)
  126.  
  127. ----------------------
  128.  
  129. VERSION: 1.03
  130. STARTED: 16/04/93
  131. PROGRAMMER: Mark Matts
  132. o How embarressing!! I cannot spell FOREM!! Steve Caple rang me the morning 
  133.   after I released v1.02 informing me that the Forem package was NOT spelt 
  134.   FORUM!!! Many apologies for this, I guess you can really tell I have 
  135.   never used the package eh.. anyway, I have now changed all instances of 
  136.   the word FORUM into FOREM, this includes the config file command for 
  137.   activating Forem description searches..
  138. o Added support for STKEEP and EXPRESS BBS packages. Refer to manual for 
  139.   the syntax of the ACCESS command format.
  140.  
  141. ----------------------
  142.  
  143. VERSION: 1.04
  144. STARTED: 22/04/93
  145. PROGRAMMER: Mark Matts
  146. o A reply sent out from Terry May's system seemed corrupted, this was 
  147.   because there were some CR/LF codes within the file description which 
  148.   broke up the display of the description text. Now all instances of these 
  149.   codes are removed from a description before it is reformatted for 
  150.   File-Finders use..
  151. o Added support for WIZfile description files, please note the format 
  152.   supported is PRE WIZfile v1.30 although v1.30 and above still support the 
  153.   earlier format as an option. Support of the newer format will be added 
  154.   if required, anyone interested, if so send me an example of the format 
  155.   produced. See manual for details of the ACCESS command needed in 
  156.   conjunction with the WIZFILE command.
  157. o It seems my idea of where FoReM stores it's DIR files was wrong, I 
  158.   thought they were kept in a named folder, but it seems they are kept in 
  159.   the folder which holds the actual files for each download area. I have 
  160.   now changed the code to look for a DIR file in the path given by each 
  161.   ACCESS command.
  162. o A message base will only be scanned if there are any new messages since 
  163.   the last run, this should make it much quicker when running if it does 
  164.   not really have anything to do..
  165. o Released 23/04/93 as v1.04
  166.  
  167. ----------------------
  168.  
  169. VERSION: 1.05
  170. STARTED: 01/06/93
  171. PROGRAMMER: Mark Matts
  172. o Added RATSoft file/description search ability. Due to the extensive 
  173.   RATSoft system all you need to do to access this function is to use the 
  174.   command 'RATSOFT' followed by the path to your main RATSoft folder and 
  175.   that is it. There is no need to have any 'ACCESS' commands.
  176. o If you use the 'RATSOFT' command you can set the maximum access level 
  177.   for files and areas to be scanned by using the 'RATLEVEL' command 
  178.   followed by the maximum level to be allowed, if not used the level will 
  179.   default to 254.
  180. o Fixed the user name parsing routine.. Before a name such as 'David J. 
  181.   Thomas' (Hi David) was converted to 'David J. thomas', note the small t!
  182. o All descriptions will have any CR's & LF's removed before it is 
  183.   reformatted for the message reply..
  184. o Added the commands 'FROMSYSOP' and 'FROMSYSTEM'. If used any replies 
  185.   sent from your system will have the 'From: File-Finder' field changed to 
  186.   either your name (FROMSYSOP) or your system name (FROMSYSTEM).
  187. o If a folder name match any file search mask it would be treated as a 
  188.   file with 0 byte size. This is now fixed.. I HOPE!
  189. o Released 02/06/93 mainly to overcome the CR/LF problem experienced by 
  190.   Terry May..
  191.  
  192. ----------------------
  193.  
  194. VERSION: 1.06
  195. STARTED: 18/06/93
  196. PROGRAMMER: Mark Matts
  197. o Occassionally Filefinder would try to look for a file named '}', this 
  198.   has now been fixed.
  199. o Fixed missing CR/LF's in the tearline.
  200. o FROMSYSTEM command now works correctly.
  201. o Added support for the new WIZfile v1.30 description files. The config 
  202.   file command to use is NEWWIZFILE followed by the path and filename of 
  203.   the WIZfile list in the new format..
  204. o Again I think I have fixed Terry Mays problem with his descriptions.. 
  205.   Please let me know Terry.
  206. o RATSoft descriptions are now checked to see if the brief description is 
  207.   a truncated version of the full description, if it is then only the full 
  208.   description is used. The [BRIEF DESC] & [ FULL DESC] lines have also 
  209.   been removed..
  210. o Checks to see if a message is actually a quoted reply to a previous 
  211.   request, this is simply done by checking whether the subject line is an 
  212.   RE: line..
  213. o New config command.. SCANALL.. This will force File-Finder to scan the 
  214.   entire message base each time it has been run rather than scanning from 
  215.   the last read message..
  216.  
  217. ----------------------
  218.  
  219. VERSION: 1.07
  220. STARTED: 10/10/93
  221. PROGRAMMER: Mark Matts
  222. o Major new feature added. A user can now request a verbose archive listing 
  223.   of one file from a specific system. So far ARC, ZOO, ZIP & LZH formats are 
  224.   supported without the need for an external archiver. To do this they MUST 
  225.   use the {ADR:} parameter in the message subject field and also the new 
  226.   command of {LIST:xxx} where xxx is the name of the file to be listed, this 
  227.   should be just a filename, no path is required. Wildcards (* & ?) are NOT 
  228.   allowed and only one request is allowed per message, however, if more than 
  229.   one file of the same name exists in your defined paths a listing foir each 
  230.   of those files will be sent. The good news is.. You, the sysop do not have 
  231.   to change any thing in your present setup apart from replacing the existing 
  232.   FILEFIND.PRG.. enjoy..
  233.  
  234.     NOTE** I would really appreciate it if anyone can supply me with the 
  235.     file format of ARJ archives and also some better documentation for ZOO.
  236.  
  237. o Released 13/10/93
  238.  
  239. ----------------------
  240.  
  241. VERSION: 1.08
  242. STARTED: 16/10/93
  243. PROGRAMMER: Mark Matts
  244. o Verbose archive listing now also supports ARJ. Many thanks to Steve 
  245.   Basford for supplying the header information. Mind you, I still want 
  246.   some ZOO header information, ZOO does work but it will sometimes not 
  247.   recognise folders although the filename will always be found.
  248. o Released 17/10/93
  249.  
  250.